vcBooleanComparisonOperator
Boolean comparison operator used in the product property filter.
See in: Overview
Module: vcProcessModel
Parent: Enum
Children -
Referenced by: vcProductPropertyFilter.Operator
Enums
| Value | Description |
| EQUAL | Equal to the comparison value. |
| NOT_EQUAL | Not equal to the comparison value. |
| LESS_THAN | Less than the comparison value. |
| LESS_OR_EQUAL | Less than or equal to the comparison value. |
| GREATER_THAN | Greater than the comparison value. |
| GREATER_OR_EQUAL | Greater than or equal to the comparison value. |